ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1CollectionViewBase<T> Class / GetItemType Method

In This Topic
    GetItemType Method (C1CollectionViewBase<T>)
    In This Topic
    Gets the type of the item.
    Syntax
    'Declaration
     
    Public Overridable Function GetItemType() As System.Type
    public virtual System.Type GetItemType()
    See Also